question

Kauan santos avatar image
0 Likes"
Kauan santos asked Gustavo Teodoro answered

How to make an AGV load more than one item using process flow

Hello,

I have a simulation where I use the process flow. I would like to know how I can move 3 items at once with the AGV. Currently, I can only make it pick up 1 item at a time.

1715795576040.png

linemodel.fsm

FlexSim 23.1.0
agvprocesss flowcreate ts
1715795576040.png (27.9 KiB)
linemodel.fsm (2.3 MiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Gustavo Teodoro avatar image
0 Likes"
Gustavo Teodoro answered

As each item represents a token in Process Flow, I created a batch that joins three pallets. Then, the AGV travels to the Load point and a position label has been added. The AGV loads the first item that is on "Process42" using the function: Model.find("Processor42").first. The command means accessing the first item that is on the process. The position label is incremented and there is a check to see if the three items have already been loaded. If not loaded, looping is performed. Otherwise, AGV can follow and unload the items. The Unload logic follows the Load pattern. See the attached model.
linemodel.fsm


linemodel.fsm (152.9 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.